[jni] Migrate to built-in Kotlin#3477
Merged
Merged
Conversation
PR Health
|
Contributor
|
Curious whether the bump to Dart 3.12/Flutter 3.44 is needed - the migration guide also has a section for plugins that support versions below Flutter 3.44 |
Contributor
Author
No strong reason, I just figured it'd be easier that way, and I have a low bar for bumping the Dart/Flutter version. But it's actually turned out that the version bump has been pretty disruptive to github CI, and by comparison the other migration where we support older flutter versions is trivial (no changes needed except the gradle change). So I'll switch over to that approach. |
liamappelbe
force-pushed
the
jni_migration
branch
from
July 20, 2026 00:46
bc1e7f0 to
38180b3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Applying the migration listed here: https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors#support-flutter-versions-earlier-than-3-44
Fixes #3415